.fa_cateBox {
  border-bottom: 1px solid #d4d7d9;
}
.fa_cateBox .fa_cateMax {
  max-width: 1400px;
  padding: 0 60px;
  position: relative;
}
.fa_cateBox .swiper-slide {
  text-align: center;
  border-right: 1px solid #d4d7d9;
  margin: 24px 0;
  position: relative;
}
.fa_cateBox .swiper-slide:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--main-color);
  z-index: 9;
}
.fa_cateBox .swiper-slide:first-child {
  border-left: 1px solid #d4d7d9;
}
.fa_cateBox .fa_cateName {
  font-size: 18px;
  color: #666666;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.fa_cateBox .fa_cateName:before {
  content: '\e656';
  position: absolute;
  left: 10%;
  font-family: "iconfont2" !important;
  color: var(--main-color);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  font-size: 13px;
}
.fa_cateBox .fa_cateName:after {
  content: '\e656';
  position: absolute;
  right: 10%;
  font-family: "iconfont2" !important;
  color: var(--main-color);
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  opacity: 0;
  font-size: 13px;
}
.fa_cateBox .swiper-button-prev {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #ddd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
}
.fa_cateBox .swiper-button-next {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #ddd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
}
.fa_cateBox .swiper-slide:hover .fa_cateName {
  color: var(--main-color);
}
.fa_cateBox .swiper-slide:hover:after {
  width: 100%;
}
.fa_cateBox .jpActive .fa_cateName:before {
  opacity: 1;
  left: 16%;
}
.fa_cateBox .jpActive .fa_cateName:after {
  opacity: 1;
  right: 16%;
}
.fa_cateBox .jpActive:after {
  width: 100%;
}
.fa_cateBox .jpActive .fa_cateName {
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .fa_cateBox .swiper-button-prev:hover {
    background: var(--main-color);
  }
  .fa_cateBox .swiper-button-next:hover {
    background: var(--main-color);
  }
  .fa_cateBox .swiper-slide:hover .fa_cateName:before {
    opacity: 1;
    left: 16%;
  }
  .fa_cateBox .swiper-slide:hover .fa_cateName:after {
    opacity: 1;
    right: 16%;
  }
  .pc_hide {
    display: none !important;
  }
  .fa_cateBox .swiper-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .fa_cateBox .fa_cateMax {
    padding:0 30px;
  }
  .fa_cateBox .jpActive .fa_cateName:before {
    opacity: 1;
    left: 8%;
  }
  .fa_cateBox .jpActive .fa_cateName:after {
    opacity: 1;
    right: 8%;
  }
  .fa_cateBox .fa_cateName {
    font-size: 16px;
  }
}
/*ejNav*/
.fa_neiEjNavBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fa_neiEjNav {
  display: inline-block;
  margin: 0 10px;
  border: 1px solid var(--main-color);
  padding: 12px 30px;
  border-radius: 60px;
  font-size: 15px;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
}
.fa_neiEjNav:hover {
  background: var(--main-color);
  color: #fff;
}
.fa_neiEjNav.fa_ejActive {
  background: var(--main-color);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .fa_neiEjNav {
    margin-bottom:10px;
    width: 44%;
    text-align: center;
  }
  .fa_neiEjNavBox {
    justify-content: flex-start;
  }
}
